KeyedCollection.remove

Removes an item from this and disconnects the signals. Notifies that the length of this has changed by emitting "remove".

  1. void remove(key_type item_key, Flag!"notifyChange" notifyChange)
    mixintemplate KeyedCollection(T)
    final
    void
    remove
    (,
    Flag!"notifyChange" notifyChange = Yes.notifyChange
    )
  2. void remove(T item)
  3. void remove(A a)

Meta